hasBackgroundColor

abstract fun hasBackgroundColor(block: DesignBlock): Boolean

Deprecated

Use supportsBackgroundColor instead.

Replace with

this.supportsBackgroundColor(block)

Query if the given block has background color properties.

Return

true if the block has background color properties, false otherwise.

Parameters

block

the block to query.